Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensemble batch prediction #76

Merged

Conversation

MojiFarmanbar
Copy link
Member

  • Implementing ensemble batch prediction
  • adding how-to guide documentation using time series data (the data is attached)
    electricity_demand.csv

@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2023

Codecov Report

Merging #76 (a031b75) into main (1063400) will increase coverage by 0.16%.
The diff coverage is 85.71%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   83.40%   83.56%   +0.16%     
==========================================
  Files          15       15              
  Lines         735      791      +56     
==========================================
+ Hits          613      661      +48     
- Misses        122      130       +8     
Impacted Files Coverage Δ
src/ConformalPrediction.jl 100.00% <ø> (ø)
src/conformal_models/conformal_models.jl 92.30% <ø> (ø)
src/conformal_models/transductive_regression.jl 97.56% <84.00%> (-2.44%) ⬇️
src/conformal_models/utils.jl 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pat-alt
Copy link
Member

pat-alt commented Jul 22, 2023

Just need to

  • render docs

@pat-alt pat-alt merged commit f644f05 into JuliaTrustworthyAI:main Jul 23, 2023
6 checks passed
This was linked to issues Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement EnbPI Add support for ensemble batch prediction intervals
3 participants